/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 115 GET_PROC(Uniform1i);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 115 GET_PROC(Uniform1i);
|
/external/chromium_org/content/test/data/gpu/ |
mem_webgl.html | 117 gl.uniform1i(shaderProgram.u_image, 0);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gles_api.py | 400 "Uniform1i",
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 149 GR_GL_GET_PROC(Uniform1i);
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 400 "Uniform1i",
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 149 GR_GL_GET_PROC(Uniform1i);
|
/external/chromium_org/ppapi/examples/video_capture/ |
video_capture.cc | 366 gles2_if_->Uniform1i( 368 gles2_if_->Uniform1i( 370 gles2_if_->Uniform1i(
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 42 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fFSLocation, texUnit)); 45 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fVSLocation, texUnit));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 42 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fFSLocation, texUnit)); 45 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fVSLocation, texUnit));
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 130 #define glUniform1i GLES2_GET_FUN(Uniform1i)
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 143 OP(Uniform1i) /* 386 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 163 GET_PROC(Uniform1i);
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 147 GR_GL_GET_PROC(Uniform1i);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 188 WGL_SET_PROC(Uniform1i);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 163 GET_PROC(Uniform1i);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 147 GR_GL_GET_PROC(Uniform1i);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 188 WGL_SET_PROC(Uniform1i);
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_trace_implementation_impl_autogen.h | 671 void GLES2TraceImplementation::Uniform1i(GLint location, GLint x) { 672 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1i"); 673 gl_->Uniform1i(location, x); [all...] |
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 968 void Uniform1i(PP_Resource context_id, GLint location, GLint x) { 971 ToGles2Impl(&enter)->Uniform1i(location, x); [all...] |
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 245 void (*Uniform1i)(PP_Resource context, GLint location, GLint x);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterRenderer.cpp | 237 m_context->uniform1i(m_compiledProgram->samplerLocation(), 0);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 203 virtual void uniform1i(WGC3Dint location, WGC3Dint x) { } function in class:blink::MockWebGraphicsContext3D
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 890 DELEGATE_TO_GL_2(uniform1i, Uniform1i, WGC3Dint, WGC3Dint) [all...] |