Home
last modified time | relevance | path

Searched refs:textureBindings (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetalDirect.h66 textureBindings.insert({name, textureBinding}); in addTextureBinding()
78 textureBindingMap getTextureBindings() const { return textureBindings; } in getTextureBindings()
98 auto it = textureBindings.find(name); in getTextureBinding()
99 if (it != textureBindings.end()) in getTextureBinding()
141 textureBindings.clear(); in reset()
154 textureBindingMap textureBindings; member in sh::TranslatorMetalReflection
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DContextEGL.cpp32 mExtState->textureBindings.resize( in onMakeCurrent()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp3035 } textureBindings[] = in init() local
3043 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(textureBindings); testNdx++) in init()
3045 FOR_EACH_QUERYTYPE(queryTypes, addChild(new TextureBindingTestCase(m_context, queryType, (std::string(textureBindings[testNdx].name) + getQueryTypeSuffix(queryType)).c_str(), textureBindings[testNdx].description, textureBindings[testNdx].target, textureBindings[testNdx].type))); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h113 std::vector<TextureBindings> textureBindings; member
H A DStateManagerGL.cpp3122 for (size_t i = 0; i < state->textureBindings.size(); ++i)
3124 auto &bindings = state->textureBindings[i];
3146 for (size_t i = 0; i < state->textureBindings.size(); ++i)
3148 const auto &bindings = state->textureBindings[i];

Completed in 10 milliseconds