HomeSort by relevance Sort by last modified time
    Searched refs:uniformType (Results 1 - 10 of 10) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.h 23 GLenum uniformType(void * self, GLuint program, GLint location);
GL2EncoderUtils.cpp 36 GLenum uniformType(void * self, GLuint program, GLint location)
gl2_enc.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp     [all...]
validationES.h 57 bool ValidateUniform(Context *context, GLenum uniformType, GLint location, GLsizei count);
ProgramBinary.h 253 void getUniformv(GLint location, T *params, GLenum uniformType);
ProgramBinary.cpp 821 void ProgramBinary::getUniformv(GLint location, T *params, GLenum uniformType)
831 else if (uniformType == VariableComponentType(targetUniform->type))
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 162 const rsg::VariableType& uniformType = uniformVar->getType();
165 m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSlot.value).value();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 343 IGLProperty uniformType = new GLEnumProperty(GLStateType.UNIFORM_TYPE,
350 uniformName, uniformType, uniformSize, uniformValue);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]

Completed in 283 milliseconds