HomeSort by relevance Sort by last modified time
    Searched full:uniform3fv (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 407 "Uniform3fv",
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 195 GET_PROC(Uniform3fv);
449 GET_PROC(Uniform3fv);
GrGLProgramDataManager.cpp 144 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v));
147 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 126 gl->uniform3fv = &glUniform3fv;
glwInitES20.inl 126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwFunctions.inl 533 glUniform3fvFunc uniform3fv;
    [all...]
glwInitES30Direct.inl 211 gl->uniform3fv = &glUniform3fv;
glwInitES30.inl 211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitES31Direct.inl 273 gl->uniform3fv = &glUniform3fv;
glwInitGL30.inl 209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitES31.inl 273 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL31.inl 220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL32.inl 238 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL33.inl 257 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL40.inl 291 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 273 dst->uniform3fv = src.uniform3fv;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
sglrContext.hpp 165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
sglrGLContext.cpp 736 void GLContext::uniform3fv (deInt32 location, deInt32 count, const float* value) function in class:sglr::GLContext
sglrReferenceContext.hpp 728 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 533 gl->uniform3fv = glUniform3fv;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 321 gl.uniform3fv(scaleLoc, 1, scale.getPtr());
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break;
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 747 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr());
748 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr());
    [all...]

Completed in 1228 milliseconds

1 2 3