/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 378 for (const auto& bindSampler : m_bindSampler) { in postLoadRestoreCtx() local 379 dispatcher.glBindSampler(bindSampler.first, in postLoadRestoreCtx() 381 bindSampler.second)); in postLoadRestoreCtx()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 251 bindSampler(unit, 0); in deleteSampler() 443 void StateManagerGL::bindSampler(size_t unit, GLuint sampler) in bindSampler() function in rx::StateManagerGL 448 mFunctions->bindSampler(static_cast<GLuint>(unit), sampler); in bindSampler() 2353 bindSampler(samplerIndex, samplerGL->getSamplerID()); in syncSamplersState() 2357 bindSampler(samplerIndex, 0); in syncSamplersState()
|
D | StateManagerGL.h | 68 void bindSampler(size_t unit, GLuint sampler);
|
D | DispatchTableGL_autogen.cpp | 395 ASSIGN("glBindSampler", bindSampler); in initProcsDesktopGL() 1176 ASSIGN("glBindSampler", bindSampler); in initProcsDesktopGL() 2074 ASSIGN("glBindSampler", bindSampler); in initProcsGLES() 3163 bindSampler = &glBindSamplerNULL; in initProcsDesktopGLNULL() 3942 bindSampler = &glBindSamplerNULL; in initProcsDesktopGLNULL() 4839 bindSampler = &glBindSamplerNULL; in initProcsGLESNULL()
|
D | BlitGL.cpp | 117 if (contextGL->getFunctions()->bindSampler) in willUseTextureUnit() 119 contextGL->getStateManager()->bindSampler(unit, 0); in willUseTextureUnit()
|
D | DispatchTableGL_autogen.h | 379 PFNGLBINDSAMPLERPROC bindSampler = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
|
D | frame_capture_replay_autogen.cpp | 142 context->bindSampler( in ReplayCall()
|
D | Context.cpp | 1094 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 397 bool bindSampler(GLuint unit, GLuint sampler);
|
D | GLClientState.cpp | 1400 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in GLClientState
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_3_3_autogen.cpp | 71 context->bindSampler(unit, samplerPacked); in BindSampler()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 127 context->bindSampler(unit, samplerPacked); in BindSampler()
|
D | entry_points_gles_ext_autogen.cpp | 7771 context->bindSampler(unit, samplerPacked); in BindSamplerContextANGLE()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 5172 ctx->m_state->bindSampler(unit, sampler); in s_glBindSampler()
|