OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activetexture
(Results
76 - 100
of
108
) sorted by null
1
2
3
4
5
/external/deqp/framework/opengl/wrapper/
glwInitGL43.inl
7
gl->
activeTexture
= (glActiveTextureFunc) loader->get("glActiveTexture");
[
all
...]
glwInitGL44.inl
7
gl->
activeTexture
= (glActiveTextureFunc) loader->get("glActiveTexture");
[
all
...]
glwInitGL45.inl
7
gl->
activeTexture
= (glActiveTextureFunc) loader->get("glActiveTexture");
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp
838
context.
activeTexture
(GL_TEXTURE0 + unitNdx);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp
509
gl.
activeTexture
(GL_TEXTURE0 + binding);
[
all
...]
es31fLayoutBindingTests.cpp
[
all
...]
es31fTextureGatherTests.cpp
[
all
...]
es31fOpaqueTypeIndexingTests.cpp
553
gl.
activeTexture
(GL_TEXTURE0 + samplerNdx);
[
all
...]
es31fTextureBorderClampTests.cpp
774
gl.
activeTexture
(GL_TEXTURE0);
[
all
...]
es31fNegativeTextureApiTests.cpp
91
void
activetexture
(NegativeTestContext& ctx)
function in namespace:deqp::gles31::Functional::NegativeTestShared
[
all
...]
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
520
gl.
activeTexture
(GL_TEXTURE0+ndx);
/system/core/libpixelflinger/
pixelflinger.cpp
742
GGL_INIT_PROC(procs,
activeTexture
);
/external/mesa3d/src/mesa/main/
get.c
[
all
...]
mtypes.h
[
all
...]
/external/skia/src/gpu/gl/
GrGLGpu.cpp
[
all
...]
/external/deqp/modules/egl/
teglGLES2SharingTests.cpp
587
GLU_CHECK_GLW_CALL(m_gl,
activeTexture
(GL_TEXTURE0));
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp
[
all
...]
es3fShaderDerivateTests.cpp
[
all
...]
/external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc
19
void MojoGLES2Impl::
ActiveTexture
(GLenum texture) {
[
all
...]
/external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp
[
all
...]
/external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp
[
all
...]
/external/mesa3d/include/GL/
gl_mangle.h
37
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h
36
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h
37
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp
85
void
ActiveTexture
(GLenum texture)
[
all
...]
Completed in 1321 milliseconds
1
2
3
4
5