Searched refs:SAMPLER (Results 1 – 10 of 10) sorted by relevance
/hardware/google/aemu/base/ |
D | GLObjectCounter.cpp | 30 SAMPLER, enumerator 78 << mCounter[toIndex(NamedObjectType::SAMPLER)].load(); in printUsage()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | NamedObject.cpp | 73 case NamedObjectType::SAMPLER: in NamedObject() 116 case NamedObjectType::SAMPLER: in ~NamedObject()
|
D | ObjectData.cpp | 33 return NamedObjectType::SAMPLER; in ObjectDataType2NamedObjectType()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | NamedObject.h | 29 SAMPLER, enumerator
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 820 samplers[i] = ctx->shareGroup()->genName(NamedObjectType::SAMPLER, in glGenSamplers() 822 ctx->shareGroup()->setObjectData(NamedObjectType::SAMPLER, in glGenSamplers() 834 ctx->shareGroup()->deleteName(NamedObjectType::SAMPLER, samplers[i]); in glDeleteSamplers() 842 … const GLuint globalSampler = ctx->shareGroup()->getGlobalName(NamedObjectType::SAMPLER, sampler); in glBindSampler() 853 NamedObjectType::SAMPLER, sampler); in glSamplerParameterf() 856 NamedObjectType::SAMPLER, sampler); in glSamplerParameterf() 866 NamedObjectType::SAMPLER, sampler); in glSamplerParameteri() 869 NamedObjectType::SAMPLER, sampler); in glSamplerParameteri() 878 … const GLuint globalSampler = ctx->shareGroup()->getGlobalName(NamedObjectType::SAMPLER, sampler); in glSamplerParameterfv() 886 … const GLuint globalSampler = ctx->shareGroup()->getGlobalName(NamedObjectType::SAMPLER, sampler); in glSamplerParameteriv() [all …]
|
D | SamplerData.cpp | 59 int globalName = getGlobalName(NamedObjectType::SAMPLER, in restore()
|
D | GLESv2Context.cpp | 384 shareGroup()->getGlobalName(NamedObjectType::SAMPLER, in postLoadRestoreCtx() 415 case NamedObjectType::SAMPLER: in loadObject()
|
D | GLESv2Imp.cpp | 2179 NamedObjectType::SAMPLER, i); in s_glStateQueryTv() 2407 TO_GLBOOL(params,ctx->shareGroup()->getLocalName(NamedObjectType::SAMPLER, i)); in glGetBooleanv()
|
/hardware/interfaces/renderscript/1.0/ |
D | types.hal | 118 SAMPLER,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3161 etext:SAMPLER and etext:COMBINED_IMAGE_SAMPLER descriptor types (public
|