/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationGL44.cpp | 45 const GLuint *samplers) in ValidateBindSamplers()
|
D | capture_gles_3_0_params.cpp | 103 const SamplerID *samplers, in CaptureDeleteSamplers_samplersPacked() 175 SamplerID *samplers, in CaptureGenSamplers_samplersPacked()
|
D | FrameCapture.cpp | 1386 const ParamCapture &samplers = in MaybeCaptureUpdateResourceIDs() local 2620 const gl::SamplerManager &samplers = apiState.getSamplerManagerForCapture(); in CaptureMidExecutionSetup() local
|
D | validationES3.cpp | 2538 bool ValidateGenSamplers(const Context *context, GLsizei count, const SamplerID *samplers) in ValidateGenSamplers() 2543 bool ValidateDeleteSamplers(const Context *context, GLsizei count, const SamplerID *samplers) in ValidateDeleteSamplers()
|
D | validationGL45.cpp | 224 bool ValidateCreateSamplers(const Context *context, GLsizei n, const GLuint *samplers) in ValidateCreateSamplers()
|
D | Context_gl.cpp | 2815 void Context::bindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in bindSamplers() 3056 void Context::createSamplers(GLsizei n, GLuint *samplers) in createSamplers()
|
D | Context.cpp | 7267 void Context::genSamplers(GLsizei count, SamplerID *samplers) in genSamplers() 7275 void Context::deleteSamplers(GLsizei count, const SamplerID *samplers) in deleteSamplers()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_4_autogen.cpp | 105 void GL_APIENTRY BindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in BindSamplers()
|
D | entry_points_gl_3_3_autogen.cpp | 149 void GL_APIENTRY DeleteSamplers(GLsizei count, const GLuint *samplers) in DeleteSamplers() 170 void GL_APIENTRY GenSamplers(GLsizei count, GLuint *samplers) in GenSamplers()
|
D | libGL_autogen.cpp | 3776 void GL_APIENTRY glDeleteSamplers(GLsizei count, const GLuint *samplers) in glDeleteSamplers() 3781 void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() 5390 void GL_APIENTRY glBindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in glBindSamplers() 5629 void GL_APIENTRY glCreateSamplers(GLsizei n, GLuint *samplers) in glCreateSamplers()
|
D | entry_points_gl_4_5_autogen.cpp | 645 void GL_APIENTRY CreateSamplers(GLsizei n, GLuint *samplers) in CreateSamplers()
|
/device/generic/vulkan-cereal/stream-servers/gles2_dec/ |
D | GLESv2Decoder.cpp | 765 void GLESv2Decoder::s_glGenSamplers(void* self, GLsizei n, GLuint* samplers) { in s_glGenSamplers() 841 void GLESv2Decoder::s_glDeleteSamplers(void* self, GLsizei n, const GLuint *samplers) { in s_glDeleteSamplers()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 754 const auto &samplers = mShaderSamplers[type]; in getSamplerMapping() local 775 const auto &samplers = mShaderSamplers[type]; in getSamplerTextureType() local 814 std::vector<Sampler> &samplers = mShaderSamplers[shaderType]; in updateSamplerMapping() local
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 816 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei n, GLuint * samplers) { in glGenSamplers() 830 GL_APICALL void GL_APIENTRY glDeleteSamplers(GLsizei n, const GLuint * samplers) { in glDeleteSamplers()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 2344 const gl::SamplerBindingVector &samplers = context->getState().getSamplers(); in syncSamplersState() local
|
D | null_functions.cpp | 87 void INTERNAL_GL_APIENTRY glBindSamplersNULL(GLuint first, GLsizei count, const GLuint *samplers) {} in glBindSamplersNULL() 540 void INTERNAL_GL_APIENTRY glCreateSamplersNULL(GLsizei n, GLuint *samplers) {} in glCreateSamplersNULL() 596 void INTERNAL_GL_APIENTRY glDeleteSamplersNULL(GLsizei count, const GLuint *samplers) {} in glDeleteSamplersNULL() 854 void INTERNAL_GL_APIENTRY glGenSamplersNULL(GLsizei count, GLuint *samplers) {} in glGenSamplersNULL()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 489 void GL_APIENTRY DeleteSamplers(GLsizei count, const GLuint *samplers) in DeleteSamplers() 807 void GL_APIENTRY GenSamplers(GLsizei count, GLuint *samplers) in GenSamplers()
|
D | libGLESv2_autogen.cpp | 983 void GL_APIENTRY glDeleteSamplers(GLsizei count, const GLuint *samplers) in glDeleteSamplers() 1069 void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() 5727 const GLuint *samplers) in glDeleteSamplersContextANGLE() 6419 void GL_APIENTRY glGenSamplersContextANGLE(GLeglContext ctx, GLsizei count, GLuint *samplers) in glGenSamplersContextANGLE()
|
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | entry_point_packed_gl_enums.json | 294 "samplers": "const SamplerID *" string 454 "samplers": "SamplerID *" string
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 1414 void GLClientState::onDeleteSamplers(GLsizei n, const GLuint* samplers) { in onDeleteSamplers()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 3098 GLSampler samplers[kNumSamplers + 1]; in TEST_P() local
|
D | TextureTest.cpp | 5940 GLSampler samplers[4]; in TEST_P() local
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 2287 void glGenSamplers(GLsizei n, GLuint* samplers) in glGenSamplers() 2294 void glDeleteSamplers(GLsizei n, const GLuint* samplers) in glDeleteSamplers()
|
D | GL2Encoder.cpp | 5175 void GL2Encoder::s_glDeleteSamplers(void* self, GLsizei n, const GLuint* samplers) { in s_glDeleteSamplers()
|
D | gl2_enc.cpp | 8102 void glGenSamplers_enc(void *self , GLsizei n, GLuint* samplers) in glGenSamplers_enc() 8143 void glDeleteSamplers_enc(void *self , GLsizei n, const GLuint* samplers) in glDeleteSamplers_enc()
|