Home
last modified time | relevance | path

Searched refs:bindSampler (Results 1 – 15 of 15) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Context.cpp378 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/
DStateManagerGL.cpp251 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()
DStateManagerGL.h68 void bindSampler(size_t unit, GLuint sampler);
DDispatchTableGL_autogen.cpp395 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()
DBlitGL.cpp117 if (contextGL->getFunctions()->bindSampler) in willUseTextureUnit()
119 contextGL->getStateManager()->bindSampler(unit, 0); in willUseTextureUnit()
DDispatchTableGL_autogen.h379 PFNGLBINDSAMPLERPROC bindSampler = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_0_autogen.h19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
Dframe_capture_replay_autogen.cpp142 context->bindSampler( in ReplayCall()
DContext.cpp1094 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h397 bool bindSampler(GLuint unit, GLuint sampler);
DGLClientState.cpp1400 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in GLClientState
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_3_3_autogen.cpp71 context->bindSampler(unit, samplerPacked); in BindSampler()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp127 context->bindSampler(unit, samplerPacked); in BindSampler()
Dentry_points_gles_ext_autogen.cpp7771 context->bindSampler(unit, samplerPacked); in BindSamplerContextANGLE()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp5172 ctx->m_state->bindSampler(unit, sampler); in s_glBindSampler()